home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / bread-cooking.swf / scripts / frame_8 / DoAction.as
Text File  |  2011-01-13  |  415b  |  21 lines

  1. function gameOver(timeover)
  2. {
  3.    _root.cursor.StopSound();
  4.    Mouse.show();
  5.    _root.isGameOver = true;
  6.    _root.score = _root.mc_score.getPoint();
  7.    _root.cursor.hide();
  8.    if(timeover)
  9.    {
  10.       this.gotoAndPlay("timeover");
  11.    }
  12.    else
  13.    {
  14.       this.gotoAndPlay("over");
  15.    }
  16. }
  17. server = "http://www.sonymusic.co.jp/cgi-bin/ennichi/natsu.cgi";
  18. game_id = 2;
  19. isGameOver = false;
  20. score = 0;
  21.